Eclipse Platform
Pre-release 3.0

org.eclipse.jface.text
Interface IRepairableDocument

All Known Implementing Classes:
AbstractDocument

public interface IRepairableDocument

Interface implemented by IDocument implementers that offer repair methods on their documents. The following repair methods are provided:

Since:
3.0

Method Summary
 void repairLineInformation()
          Repairs the line information of this document.
 

Method Detail

repairLineInformation

public void repairLineInformation()
Repairs the line information of this document.


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.